Class CurveScaleView<TModel>
Declaration
public abstract class CurveScaleView<TModel> : LerpScaleView<TModel> where TModel : BaseModel, new()
Inheritance: System.Object
-> MatchinghamGames.StockholmCore.View -> MatchinghamGames.StockholmCore.View<TModel> -> MatchinghamGames.StockholmCore.BaseView<TModel> -> MatchinghamGames.StockholmCore.LerpView<TModel> -> MatchinghamGames.StockholmCore.LerpScaleView<TModel>
Methods
Evaluate(float)
Returns a evaluated result for lerp value which is in [0, 1]
Declaration
public override float Evaluate(float lerp)
Returns
System.Single
Parameters
Type | Name |
---|---|
System.Single | lerp |